home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Musik
/
Misc
/
Amster
/
Source
/
include
/
info.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-01-01
|
302 b
|
23 lines
/*
** Information Header
*/
#include <sys/types.h>
#include "include/mui.h"
#ifndef AMSTER_INFO_H
#define AMSTER_INFO_H
struct infodata {
u_long *msglist;
};
MUIF info_dispatch(REG(a0) struct IClass *cl,REG(a2) Object *obj,REG(a1) Msg msg);
#define INFO_MSG 0x3001
#endif /* AMSTER_INFO_H */